public void Reposition(int cellIndex,int targetCellIndex,bool swap)
public:void Reposition(int cellIndex,int targetCellIndex,bool swap)
cellIndex
Index of the cell to be repositioned.
targetCellIndex
The zero-based index that represents the target position for the cell.
swap
true to swap the cells with the indexes cellIndex, targetCellIndex; false to insert the cell with index of cellIndex into targetCellIndex.
This example swaps the first and the second cell.
using Leadtools;using Leadtools.Codecs;using Leadtools.MedicalViewer;using Leadtools.ImageProcessing.Core;public void MedicalViewerCellCollectionRepositionCellsExample(){MedicalViewerForm myForm = GetMedicalControl();MedicalViewer medicalViewer = myForm.Viewer;medicalViewer.Cells.Reposition(0, 1, true);myForm.ShowDialog();}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
